.contacts__name {
  font: 18px/20px 'GothamPro', sans-serif;
  margin-top: 35px;
  margin-bottom: 10px; }

.contacts__requisites {
  font: 12px/18px 'GothamPro', sans-serif; }

.contacts__city, .contacts__email, .contacts__work-time, .contacts__phone {
  margin-top: 19px;
  font: 18px/20px 'GothamPro', sans-serif; }
  .contacts__city span, .contacts__email span, .contacts__work-time span, .contacts__phone span {
    padding-left: 10px; }
  .contacts__city i.fa, .contacts__email i.fa, .contacts__work-time i.fa, .contacts__phone i.fa {
    color: #e20932;
    border: 2px solid #CCCCCC;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%; }

.contacts__map {
  z-index: 1;
  height: 660px;
  background: #F6F6F6; }
   @media (min-width: 992px) {
    .contacts__map {
      margin-top: -50px; } }
